File("/tmp").list().forEach { println(it) } File("/tmp").listFiles().forEach { println(it) }
File("/tmp").walkTopDown().forEach { println(it) }